PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DProjection Class / setNearClippingDistance Method
The near clipping distance, expressed in the camera coordinate system.
In This Topic
    setNearClippingDistance Method
    In This Topic
    Sets the near clipping distance. This value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR or if method returns PDF3DProjectionType.PERSPECTIVE. The value must be non-negative for orthographic projections and positive for perspective projections.
    Syntax
    public void setNearClippingDistance( 
       double clippingDistance
    )

    Parameters

    clippingDistance
    The near clipping distance, expressed in the camera coordinate system.
    See Also